home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 3.iso / dist / fw_apache.idb / usr / freeware / apache / include / conf.h.z / conf.h
C/C++ Source or Header  |  2001-01-10  |  175b  |  10 lines

  1. /*
  2.  *  conf.h -- backward compatibility header for ap_config.h
  3.  */
  4.  
  5. #ifdef __GNUC__
  6. #warning "This header is obsolete, use ap_config.h instead"
  7. #endif
  8.  
  9. #include "ap_config.h"
  10.